Html Css Color HEX #05CF9B Caribbean Green

📋 copy color: '#05CF9B'

red 5 ◦ green 207 ◦ blue 155

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

Shades of Caribbean Green #05CF9B

Tints of Caribbean Green #05CF9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 42.23%

R = 1.36%
G = 56.4%
B = 42.23%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.25

 K value IS 0.19

RGB Variations

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

Color information

#05CF9B (or 0x05CF9B) is known color: Caribbean Green. HEX triplet: 05, CF and 9B. RGB value is (5,207,155). Sum of RGB (Red+Green+Blue) = 5+207+155=367 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.36% from 367); Green value is 207 (81.25% from 255 or 56.40% from 367); Blue value is 155 (60.94% from 255 or 42.23% from 367); Max value from RGB is 207 - color contains mainly: green. Hex color #05CF9B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05CF9B is #FA3064. Grayscale: #8C8C8C. Windows color (decimal): -16396389 or 10211077. OLE color: 10211077.

HSL color Cylindrical-coordinate representation of color #05CF9B: hue angle of 164.55º 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 #05CF9B is Cyan = 0.98, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.

Color convert

RGB 5 207 155 -
CMYK 0.98 0 0.25 0.19
HSL 164.55º 0.95% 0.42% -
HSV(B) 164.55º 0.98% 0.81% -
XYZ 28.29 47.02 38.6 -
YUV 140.67 136.08 31.23 -
System Red Green Blue C M Y K H S L
Decimal 5 207 155 0.98 0 0.25 0.19 164.55 0.95 0.42
Hex 5 CF 9B 62 0 19 13 A5 5F 2A
Octal 5 317 233 142 0 31 23 245 137 52
Binary 101 11001111 10011011 1100010 0 11001 10011 10100101 1011111 101010

Color Harmonies of #05CF9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05CF9B

Black with #05CF9B

Text Example


Text Example

White with #05CF9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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