Html Css Color HEX #0FCEA3 Caribbean Green

📋 copy color: '#0FCEA3'

red 15 ◦ green 206 ◦ blue 163

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

Shades of Caribbean Green #0FCEA3

Tints of Caribbean Green #0FCEA3

RGB

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

 GREEN value IS 206 (80.86% from 255) = 53.65%

 BLUE value IS 163 (64.06% from 255) = 42.45%

R = 3.91%
G = 53.65%
B = 42.45%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.21

 K value IS 0.19

RGB Variations

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

Color information

#0FCEA3 (or 0x0FCEA3) is known color: Caribbean Green. HEX triplet: 0F, CE and A3. RGB value is (15,206,163). Sum of RGB (Red+Green+Blue) = 15+206+163=384 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.91% from 384); Green value is 206 (80.86% from 255 or 53.65% from 384); Blue value is 163 (64.06% from 255 or 42.45% from 384); Max value from RGB is 206 - color contains mainly: green. Hex color #0FCEA3 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FCEA3 is #F0315C. Grayscale: #8F8F8F. Windows color (decimal): -15741277 or 10735119. OLE color: 10735119.

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

Color convert

RGB 15 206 163 -
CMYK 0.93 0 0.21 0.19
HSL 166.49º 0.86% 0.43% -
HSV(B) 166.49º 0.93% 0.81% -
XYZ 28.88 46.89 42.18 -
YUV 143.99 138.72 36 -
System Red Green Blue C M Y K H S L
Decimal 15 206 163 0.93 0 0.21 0.19 166.49 0.86 0.43
Hex F CE A3 5D 0 15 13 A6 56 2B
Octal 17 316 243 135 0 25 23 246 126 53
Binary 1111 11001110 10100011 1011101 0 10101 10011 10100110 1010110 101011

Color Harmonies of #0FCEA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FCEA3

Black with #0FCEA3

Text Example


Text Example

White with #0FCEA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,206,163); }

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

background-color css

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

 a { background-color: rgb(15,206,163); }

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

border-color css

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

 span { border-color: rgb(15,206,163); }

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