Html Css Color HEX #06CA8F Caribbean Green

📋 copy color: '#06CA8F'

red 6 ◦ green 202 ◦ blue 143

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

Shades of Caribbean Green #06CA8F

Tints of Caribbean Green #06CA8F

RGB

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

 GREEN value IS 202 (79.3% from 255) = 57.55%

 BLUE value IS 143 (56.25% from 255) = 40.74%

R = 1.71%
G = 57.55%
B = 40.74%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#06CA8F (or 0x06CA8F) is known color: Caribbean Green. HEX triplet: 06, CA and 8F. RGB value is (6,202,143). Sum of RGB (Red+Green+Blue) = 6+202+143=351 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.71% from 351); Green value is 202 (79.30% from 255 or 57.55% from 351); Blue value is 143 (56.25% from 255 or 40.74% from 351); Max value from RGB is 202 - color contains mainly: green. Hex color #06CA8F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06CA8F is #F93570. Grayscale: #888888. Windows color (decimal): -16332145 or 9423366. OLE color: 9423366.

HSL color Cylindrical-coordinate representation of color #06CA8F: hue angle of 161.94º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06CA8F is Cyan = 0.97, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.

Color convert

RGB 6 202 143 -
CMYK 0.97 0 0.29 0.21
HSL 161.94º 0.94% 0.41% -
HSV(B) 161.94º 0.97% 0.79% -
XYZ 26.15 44.26 33.15 -
YUV 136.67 131.57 34.8 -
System Red Green Blue C M Y K H S L
Decimal 6 202 143 0.97 0 0.29 0.21 161.94 0.94 0.41
Hex 6 CA 8F 61 0 1D 15 A2 5E 29
Octal 6 312 217 141 0 35 25 242 136 51
Binary 110 11001010 10001111 1100001 0 11101 10101 10100010 1011110 101001

Color Harmonies of #06CA8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06CA8F

Black with #06CA8F

Text Example


Text Example

White with #06CA8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,202,143); }

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

background-color css

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

 a { background-color: rgb(6,202,143); }

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

border-color css

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

 span { border-color: rgb(6,202,143); }

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