Html Css Color HEX #0FCCB1 Caribbean Green

📋 copy color: '#0FCCB1'

red 15 ◦ green 204 ◦ blue 177

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

Shades of Caribbean Green #0FCCB1

Tints of Caribbean Green #0FCCB1

RGB

 RED value IS 15 (6.25% from 255) = 3.79%

 GREEN value IS 204 (80.08% from 255) = 51.52%

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

R = 3.79%
G = 51.52%
B = 44.7%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.13

 K value IS 0.2

RGB Variations

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

Color information

#0FCCB1 (or 0x0FCCB1) is known color: Caribbean Green. HEX triplet: 0F, CC and B1. RGB value is (15,204,177). Sum of RGB (Red+Green+Blue) = 15+204+177=396 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.79% from 396); Green value is 204 (80.08% from 255 or 51.52% from 396); Blue value is 177 (69.53% from 255 or 44.70% from 396); Max value from RGB is 204 - color contains mainly: green. Hex color #0FCCB1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FCCB1 is #F0334E. Grayscale: #909090. Windows color (decimal): -15741775 or 11652111. OLE color: 11652111.

HSL color Cylindrical-coordinate representation of color #0FCCB1: hue angle of 171.43º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FCCB1 is Cyan = 0.93, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.2.

Color convert

RGB 15 204 177 -
CMYK 0.93 0 0.13 0.2
HSL 171.43º 0.86% 0.43% -
HSV(B) 171.43º 0.93% 0.8% -
XYZ 29.73 46.46 49 -
YUV 144.41 146.38 35.7 -
System Red Green Blue C M Y K H S L
Decimal 15 204 177 0.93 0 0.13 0.2 171.43 0.86 0.43
Hex F CC B1 5D 0 D 14 AB 56 2B
Octal 17 314 261 135 0 15 24 253 126 53
Binary 1111 11001100 10110001 1011101 0 1101 10100 10101011 1010110 101011

Color Harmonies of #0FCCB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FCCB1

Black with #0FCCB1

Text Example


Text Example

White with #0FCCB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0FCCB1; }

 p { color: rgb(15,204,177); }

 H1.HeaderClassName
 {
   color: #0FCCB1;
 }
 .AnyTagClassName
 {
   color: #0FCCB1;
 }
</style>

background-color css

<style>
 a { background-color: #0FCCB1; }

 a { background-color: rgb(15,204,177); }

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

border-color css

<style>
 span { border-color: #0FCCB1; }

 span { border-color: rgb(15,204,177); }

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