Html Css Color HEX #05C69C Caribbean Green

📋 copy color: '#05C69C'

red 5 ◦ green 198 ◦ blue 156

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

Shades of Caribbean Green #05C69C

Tints of Caribbean Green #05C69C

RGB

 RED value IS 5 (2.34% from 255) = 1.39%

 GREEN value IS 198 (77.73% from 255) = 55.15%

 BLUE value IS 156 (61.33% from 255) = 43.45%

R = 1.39%
G = 55.15%
B = 43.45%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.21

 K value IS 0.22

RGB Variations

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

Color information

#05C69C (or 0x05C69C) is known color: Caribbean Green. HEX triplet: 05, C6 and 9C. RGB value is (5,198,156). Sum of RGB (Red+Green+Blue) = 5+198+156=359 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.39% from 359); Green value is 198 (77.73% from 255 or 55.15% from 359); Blue value is 156 (61.33% from 255 or 43.45% from 359); Max value from RGB is 198 - color contains mainly: green. Hex color #05C69C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05C69C is #FA3963. Grayscale: #878787. Windows color (decimal): -16398692 or 10274309. OLE color: 10274309.

HSL color Cylindrical-coordinate representation of color #05C69C: hue angle of 166.94º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05C69C is Cyan = 0.97, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.22.

Color convert

RGB 5 198 156 -
CMYK 0.97 0 0.21 0.22
HSL 166.94º 0.95% 0.4% -
HSV(B) 166.94º 0.97% 0.78% -
XYZ 26.26 42.82 38.33 -
YUV 135.51 139.56 34.92 -
System Red Green Blue C M Y K H S L
Decimal 5 198 156 0.97 0 0.21 0.22 166.94 0.95 0.4
Hex 5 C6 9C 61 0 15 16 A7 5F 28
Octal 5 306 234 141 0 25 26 247 137 50
Binary 101 11000110 10011100 1100001 0 10101 10110 10100111 1011111 101000

Color Harmonies of #05C69C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05C69C

Black with #05C69C

Text Example


Text Example

White with #05C69C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05C69C; }

 p { color: rgb(5,198,156); }

 H1.HeaderClassName
 {
   color: #05C69C;
 }
 .AnyTagClassName
 {
   color: #05C69C;
 }
</style>

background-color css

<style>
 a { background-color: #05C69C; }

 a { background-color: rgb(5,198,156); }

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

border-color css

<style>
 span { border-color: #05C69C; }

 span { border-color: rgb(5,198,156); }

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