Html Css Color HEX #00C5B1 Caribbean Green

📋 copy color: '#00C5B1'

red 0 ◦ green 197 ◦ blue 177

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

Shades of Caribbean Green #00C5B1

Tints of Caribbean Green #00C5B1

RGB

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

 GREEN value IS 197 (77.34% from 255) = 52.67%

 BLUE value IS 177 (69.53% from 255) = 47.33%

R = 0%
G = 52.67%
B = 47.33%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.10

 K value IS 0.23

RGB Variations

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

Color information

#00C5B1 (or 0x00C5B1) is known color: Caribbean Green. HEX triplet: 00, C5 and B1. RGB value is (0,197,177). Sum of RGB (Red+Green+Blue) = 0+197+177=374 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 374); Green value is 197 (77.34% from 255 or 52.67% from 374); Blue value is 177 (69.53% from 255 or 47.33% from 374); Max value from RGB is 197 - color contains mainly: green. Hex color #00C5B1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00C5B1 is #FF3A4E. Grayscale: #878787. Windows color (decimal): -16726607 or 11650304. OLE color: 11650304.

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

Color convert

RGB 0 197 177 -
CMYK 1 0 0.10 0.23
HSL 173.91º 1% 0.39% -
HSV(B) 173.91º 1% 0.77% -
XYZ 27.9 43.11 48.44 -
YUV 135.82 151.23 31.13 -
System Red Green Blue C M Y K H S L
Decimal 0 197 177 1 0 0.10 0.23 173.91 1 0.39
Hex 0 C5 B1 64 0 A 17 AE 64 27
Octal 0 305 261 144 0 12 27 256 144 47
Binary 0 11000101 10110001 1100100 0 1010 10111 10101110 1100100 100111

Color Harmonies of #00C5B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00C5B1

Black with #00C5B1

Text Example


Text Example

White with #00C5B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,197,177); }

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

background-color css

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

 a { background-color: rgb(0,197,177); }

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

border-color css

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

 span { border-color: rgb(0,197,177); }

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