Html Css Color HEX #05CF9F Caribbean Green

📋 copy color: '#05CF9F'

red 5 ◦ green 207 ◦ blue 159

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

Shades of Caribbean Green #05CF9F

Tints of Caribbean Green #05CF9F

RGB

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

 GREEN value IS 207 (81.25% from 255) = 55.8%

 BLUE value IS 159 (62.5% from 255) = 42.86%

R = 1.35%
G = 55.8%
B = 42.86%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.23

 K value IS 0.19

RGB Variations

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

Color information

#05CF9F (or 0x05CF9F) is known color: Caribbean Green. HEX triplet: 05, CF and 9F. RGB value is (5,207,159). Sum of RGB (Red+Green+Blue) = 5+207+159=371 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.35% from 371); Green value is 207 (81.25% from 255 or 55.80% from 371); Blue value is 159 (62.5% from 255 or 42.86% from 371); Max value from RGB is 207 - color contains mainly: green. Hex color #05CF9F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05CF9F is #FA3060. Grayscale: #8D8D8D. Windows color (decimal): -16396385 or 10473221. OLE color: 10473221.

HSL color Cylindrical-coordinate representation of color #05CF9F: hue angle of 165.74º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05CF9F is Cyan = 0.98, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.

Color convert

RGB 5 207 159 -
CMYK 0.98 0 0.23 0.19
HSL 165.74º 0.95% 0.42% -
HSV(B) 165.74º 0.98% 0.81% -
XYZ 28.63 47.16 40.39 -
YUV 141.13 138.08 30.9 -
System Red Green Blue C M Y K H S L
Decimal 5 207 159 0.98 0 0.23 0.19 165.74 0.95 0.42
Hex 5 CF 9F 62 0 17 13 A6 5F 2A
Octal 5 317 237 142 0 27 23 246 137 52
Binary 101 11001111 10011111 1100010 0 10111 10011 10100110 1011111 101010

Color Harmonies of #05CF9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05CF9F

Black with #05CF9F

Text Example


Text Example

White with #05CF9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,207,159); }

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

background-color css

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

 a { background-color: rgb(5,207,159); }

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

border-color css

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

 span { border-color: rgb(5,207,159); }

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