Html Css Color HEX #0FDFAF Caribbean Green

📋 copy color: '#0FDFAF'

red 15 ◦ green 223 ◦ blue 175

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

Shades of Caribbean Green #0FDFAF

Tints of Caribbean Green #0FDFAF

RGB

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

 GREEN value IS 223 (87.5% from 255) = 54%

 BLUE value IS 175 (68.75% from 255) = 42.37%

R = 3.63%
G = 54%
B = 42.37%

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

#0FDFAF (or 0x0FDFAF) is known color: Caribbean Green. HEX triplet: 0F, DF and AF. RGB value is (15,223,175). Sum of RGB (Red+Green+Blue) = 15+223+175=413 (54% of max value = 765). Red value is 15 (6.25% from 255 or 3.63% from 413); Green value is 223 (87.5% from 255 or 54.00% from 413); Blue value is 175 (68.75% from 255 or 42.37% from 413); Max value from RGB is 223 - color contains mainly: green. Hex color #0FDFAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FDFAF is #F02050. Grayscale: #9B9B9B. Windows color (decimal): -15736913 or 11525903. OLE color: 11525903.

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

Color convert

RGB 15 223 175 -
CMYK 0.93 0 0.22 0.13
HSL 166.15º 0.87% 0.47% -
HSV(B) 166.15º 0.93% 0.87% -
XYZ 34.32 55.97 49.55 -
YUV 155.34 139.09 27.9 -
System Red Green Blue C M Y K H S L
Decimal 15 223 175 0.93 0 0.22 0.13 166.15 0.87 0.47
Hex F DF AF 5D 0 16 D A6 57 2F
Octal 17 337 257 135 0 26 15 246 127 57
Binary 1111 11011111 10101111 1011101 0 10110 1101 10100110 1010111 101111

Color Harmonies of #0FDFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FDFAF

Black with #0FDFAF

Text Example


Text Example

White with #0FDFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,223,175); }

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

background-color css

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

 a { background-color: rgb(15,223,175); }

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

border-color css

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

 span { border-color: rgb(15,223,175); }

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