Html Css Color HEX #0FDEAE Caribbean Green

📋 copy color: '#0FDEAE'

red 15 ◦ green 222 ◦ blue 174

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

Shades of Caribbean Green #0FDEAE

Tints of Caribbean Green #0FDEAE

RGB

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

 GREEN value IS 222 (87.11% from 255) = 54.01%

 BLUE value IS 174 (68.36% from 255) = 42.34%

R = 3.65%
G = 54.01%
B = 42.34%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#0FDEAE (or 0x0FDEAE) is known color: Caribbean Green. HEX triplet: 0F, DE and AE. RGB value is (15,222,174). Sum of RGB (Red+Green+Blue) = 15+222+174=411 (54% of max value = 765). Red value is 15 (6.25% from 255 or 3.65% from 411); Green value is 222 (87.11% from 255 or 54.01% from 411); Blue value is 174 (68.36% from 255 or 42.34% from 411); Max value from RGB is 222 - color contains mainly: green. Hex color #0FDEAE is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FDEAE is #F02151. Grayscale: #9A9A9A. Windows color (decimal): -15737170 or 11460111. OLE color: 11460111.

HSL color Cylindrical-coordinate representation of color #0FDEAE: hue angle of 166.09º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FDEAE is Cyan = 0.93, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 15 222 174 -
CMYK 0.93 0 0.22 0.13
HSL 166.09º 0.87% 0.46% -
HSV(B) 166.09º 0.93% 0.87% -
XYZ 33.96 55.4 48.95 -
YUV 154.64 138.92 28.4 -
System Red Green Blue C M Y K H S L
Decimal 15 222 174 0.93 0 0.22 0.13 166.09 0.87 0.46
Hex F DE AE 5D 0 16 D A6 57 2E
Octal 17 336 256 135 0 26 15 246 127 56
Binary 1111 11011110 10101110 1011101 0 10110 1101 10100110 1010111 101110

Color Harmonies of #0FDEAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FDEAE

Black with #0FDEAE

Text Example


Text Example

White with #0FDEAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,222,174); }

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

background-color css

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

 a { background-color: rgb(15,222,174); }

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

border-color css

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

 span { border-color: rgb(15,222,174); }

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