Html Css Color HEX #00CF9F Caribbean Green

📋 copy color: '#00CF9F'

red 0 ◦ green 207 ◦ blue 159

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

Shades of Caribbean Green #00CF9F

Tints of Caribbean Green #00CF9F

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 56.56%
B = 43.44%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.23

 K value IS 0.19

RGB Variations

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

Color information

#00CF9F (or 0x00CF9F) is known color: Caribbean Green. HEX triplet: 00, CF and 9F. RGB value is (0,207,159). Sum of RGB (Red+Green+Blue) = 0+207+159=366 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 366); Green value is 207 (81.25% from 255 or 56.56% from 366); Blue value is 159 (62.5% from 255 or 43.44% from 366); Max value from RGB is 207 - color contains mainly: green. Hex color #00CF9F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00CF9F is #FF3060. Grayscale: #8B8B8B. Windows color (decimal): -16724065 or 10473216. OLE color: 10473216.

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

Color convert

RGB 0 207 159 -
CMYK 1 0 0.23 0.19
HSL 166.09º 1% 0.41% -
HSV(B) 166.09º 1% 0.81% -
XYZ 28.57 47.13 40.39 -
YUV 139.64 138.92 28.4 -
System Red Green Blue C M Y K H S L
Decimal 0 207 159 1 0 0.23 0.19 166.09 1 0.41
Hex 0 CF 9F 64 0 17 13 A6 64 29
Octal 0 317 237 144 0 27 23 246 144 51
Binary 0 11001111 10011111 1100100 0 10111 10011 10100110 1100100 101001

Color Harmonies of #00CF9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00CF9F

Black with #00CF9F

Text Example


Text Example

White with #00CF9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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