Html Css Color HEX #0FCAB0 Caribbean Green

📋 copy color: '#0FCAB0'

red 15 ◦ green 202 ◦ blue 176

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

Shades of Caribbean Green #0FCAB0

Tints of Caribbean Green #0FCAB0

RGB

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

 GREEN value IS 202 (79.3% from 255) = 51.4%

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

R = 3.82%
G = 51.4%
B = 44.78%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#0FCAB0 (or 0x0FCAB0) is known color: Caribbean Green. HEX triplet: 0F, CA and B0. RGB value is (15,202,176). Sum of RGB (Red+Green+Blue) = 15+202+176=393 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.82% from 393); Green value is 202 (79.30% from 255 or 51.40% from 393); Blue value is 176 (69.14% from 255 or 44.78% from 393); Max value from RGB is 202 - color contains mainly: green. Hex color #0FCAB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FCAB0 is #F0354F. Grayscale: #8F8F8F. Windows color (decimal): -15742288 or 11586063. OLE color: 11586063.

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

Color convert

RGB 15 202 176 -
CMYK 0.93 0 0.13 0.21
HSL 171.66º 0.86% 0.43% -
HSV(B) 171.66º 0.93% 0.79% -
XYZ 29.15 45.48 48.32 -
YUV 143.12 146.55 36.61 -
System Red Green Blue C M Y K H S L
Decimal 15 202 176 0.93 0 0.13 0.21 171.66 0.86 0.43
Hex F CA B0 5D 0 D 15 AC 56 2B
Octal 17 312 260 135 0 15 25 254 126 53
Binary 1111 11001010 10110000 1011101 0 1101 10101 10101100 1010110 101011

Color Harmonies of #0FCAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FCAB0

Black with #0FCAB0

Text Example


Text Example

White with #0FCAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,202,176); }

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

background-color css

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

 a { background-color: rgb(15,202,176); }

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

border-color css

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

 span { border-color: rgb(15,202,176); }

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