Html Css Color HEX #0FCFAB Caribbean Green

📋 copy color: '#0FCFAB'

red 15 ◦ green 207 ◦ blue 171

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

Shades of Caribbean Green #0FCFAB

Tints of Caribbean Green #0FCFAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 43.51%

R = 3.82%
G = 52.67%
B = 43.51%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#0FCFAB (or 0x0FCFAB) is known color: Caribbean Green. HEX triplet: 0F, CF and AB. RGB value is (15,207,171). Sum of RGB (Red+Green+Blue) = 15+207+171=393 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.82% from 393); Green value is 207 (81.25% from 255 or 52.67% from 393); Blue value is 171 (67.19% from 255 or 43.51% from 393); Max value from RGB is 207 - color contains mainly: green. Hex color #0FCFAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FCFAB is #F03054. Grayscale: #919191. Windows color (decimal): -15741013 or 11259663. OLE color: 11259663.

HSL color Cylindrical-coordinate representation of color #0FCFAB: hue angle of 168.75º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FCFAB is Cyan = 0.93, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB 15 207 171 -
CMYK 0.93 0 0.17 0.19
HSL 168.75º 0.86% 0.44% -
HSV(B) 168.75º 0.93% 0.81% -
XYZ 29.86 47.67 46.16 -
YUV 145.49 142.39 34.93 -
System Red Green Blue C M Y K H S L
Decimal 15 207 171 0.93 0 0.17 0.19 168.75 0.86 0.44
Hex F CF AB 5D 0 11 13 A9 56 2C
Octal 17 317 253 135 0 21 23 251 126 54
Binary 1111 11001111 10101011 1011101 0 10001 10011 10101001 1010110 101100

Color Harmonies of #0FCFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FCFAB

Black with #0FCFAB

Text Example


Text Example

White with #0FCFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,207,171); }

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

background-color css

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

 a { background-color: rgb(15,207,171); }

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

border-color css

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

 span { border-color: rgb(15,207,171); }

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