Html Css Color HEX #00CFB0 Caribbean Green

📋 copy color: '#00CFB0'

red 0 ◦ green 207 ◦ blue 176

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

Shades of Caribbean Green #00CFB0

Tints of Caribbean Green #00CFB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 45.95%

R = 0%
G = 54.05%
B = 45.95%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#00CFB0 (or 0x00CFB0) is known color: Caribbean Green. HEX triplet: 00, CF and B0. RGB value is (0,207,176). Sum of RGB (Red+Green+Blue) = 0+207+176=383 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 383); Green value is 207 (81.25% from 255 or 54.05% from 383); Blue value is 176 (69.14% from 255 or 45.95% from 383); Max value from RGB is 207 - color contains mainly: green. Hex color #00CFB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00CFB0 is #FF304F. Grayscale: #8D8D8D. Windows color (decimal): -16724048 or 11587328. OLE color: 11587328.

HSL color Cylindrical-coordinate representation of color #00CFB0: hue angle of 171.01º 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 #00CFB0 is Cyan = 1, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB 0 207 176 -
CMYK 1 0 0.15 0.19
HSL 171.01º 1% 0.41% -
HSV(B) 171.01º 1% 0.81% -
XYZ 30.15 47.76 48.7 -
YUV 141.57 147.42 27.02 -
System Red Green Blue C M Y K H S L
Decimal 0 207 176 1 0 0.15 0.19 171.01 1 0.41
Hex 0 CF B0 64 0 F 13 AB 64 29
Octal 0 317 260 144 0 17 23 253 144 51
Binary 0 11001111 10110000 1100100 0 1111 10011 10101011 1100100 101001

Color Harmonies of #00CFB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00CFB0

Black with #00CFB0

Text Example


Text Example

White with #00CFB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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