Html Css Color HEX #06BCA2 Caribbean Green

📋 copy color: '#06BCA2'

red 6 ◦ green 188 ◦ blue 162

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

Shades of Caribbean Green #06BCA2

Tints of Caribbean Green #06BCA2

RGB

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

 GREEN value IS 188 (73.83% from 255) = 52.81%

 BLUE value IS 162 (63.67% from 255) = 45.51%

R = 1.69%
G = 52.81%
B = 45.51%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#06BCA2 (or 0x06BCA2) is known color: Caribbean Green. HEX triplet: 06, BC and A2. RGB value is (6,188,162). Sum of RGB (Red+Green+Blue) = 6+188+162=356 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.69% from 356); Green value is 188 (73.83% from 255 or 52.81% from 356); Blue value is 162 (63.67% from 255 or 45.51% from 356); Max value from RGB is 188 - color contains mainly: green. Hex color #06BCA2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06BCA2 is #F9435D. Grayscale: #828282. Windows color (decimal): -16335710 or 10664966. OLE color: 10664966.

HSL color Cylindrical-coordinate representation of color #06BCA2: hue angle of 171.43º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06BCA2 is Cyan = 0.97, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB 6 188 162 -
CMYK 0.97 0 0.14 0.26
HSL 171.43º 0.94% 0.38% -
HSV(B) 171.43º 0.97% 0.74% -
XYZ 24.58 38.61 40.34 -
YUV 130.62 145.7 39.11 -
System Red Green Blue C M Y K H S L
Decimal 6 188 162 0.97 0 0.14 0.26 171.43 0.94 0.38
Hex 6 BC A2 61 0 E 1A AB 5E 26
Octal 6 274 242 141 0 16 32 253 136 46
Binary 110 10111100 10100010 1100001 0 1110 11010 10101011 1011110 100110

Color Harmonies of #06BCA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06BCA2

Black with #06BCA2

Text Example


Text Example

White with #06BCA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06BCA2; }

 p { color: rgb(6,188,162); }

 H1.HeaderClassName
 {
   color: #06BCA2;
 }
 .AnyTagClassName
 {
   color: #06BCA2;
 }
</style>

background-color css

<style>
 a { background-color: #06BCA2; }

 a { background-color: rgb(6,188,162); }

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

border-color css

<style>
 span { border-color: #06BCA2; }

 span { border-color: rgb(6,188,162); }

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