Html Css Color HEX #068B88 Dark Cyan

📋 copy color: '#068B88'

red 6 ◦ green 139 ◦ blue 136

#068B88
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cyan #068B88

Tints of Dark Cyan #068B88

RGB

 RED value IS 6 (2.73% from 255) = 2.14%

 GREEN value IS 139 (54.69% from 255) = 49.47%

 BLUE value IS 136 (53.52% from 255) = 48.4%

R = 2.14%
G = 49.47%
B = 48.4%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.02

 K value IS 0.45

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#068B88 (or 0x068B88) is known color: Dark Cyan. HEX triplet: 06, 8B and 88. RGB value is (6,139,136). Sum of RGB (Red+Green+Blue) = 6+139+136=281 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.14% from 281); Green value is 139 (54.69% from 255 or 49.47% from 281); Blue value is 136 (53.52% from 255 or 48.40% from 281); Max value from RGB is 139 - color contains mainly: green. Hex color #068B88 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068B88 is #F97477. Grayscale: #626262. Windows color (decimal): -16348280 or 8948486. OLE color: 8948486.

HSL color Cylindrical-coordinate representation of color #068B88: hue angle of 178.65º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068B88 is Cyan = 0.96, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.45.

Color convert

RGB 6 139 136 -
CMYK 0.96 0 0.02 0.45
HSL 178.65º 0.92% 0.28% -
HSV(B) 178.65º 0.96% 0.55% -
XYZ 13.75 20.28 26.48 -
YUV 98.89 148.94 61.74 -
System Red Green Blue C M Y K H S L
Decimal 6 139 136 0.96 0 0.02 0.45 178.65 0.92 0.28
Hex 6 8B 88 60 0 2 2D B3 5C 1C
Octal 6 213 210 140 0 2 55 263 134 34
Binary 110 10001011 10001000 1100000 0 10 101101 10110011 1011100 11100

Color Harmonies of #068B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068B88

Black with #068B88

Text Example


Text Example

White with #068B88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068B88; }

 p { color: rgb(6,139,136); }

 H1.HeaderClassName
 {
   color: #068B88;
 }
 .AnyTagClassName
 {
   color: #068B88;
 }
</style>

background-color css

<style>
 a { background-color: #068B88; }

 a { background-color: rgb(6,139,136); }

 div.DivClassName
 {
   background-color: #068B88;
 }
 .BgClassName
 {
   background-color: #068B88;
 }
</style>

border-color css

<style>
 span { border-color: #068B88; }

 span { border-color: rgb(6,139,136); }

 td.TdClassName
 {
   border-color: #068B88;
 }
 .TagClassName
 {
   border-color: #068B88;
 }
</style>