Html Css Color HEX #0FDFAD Caribbean Green

📋 copy color: '#0FDFAD'

red 15 ◦ green 223 ◦ blue 173

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

Shades of Caribbean Green #0FDFAD

Tints of Caribbean Green #0FDFAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 42.09%

R = 3.65%
G = 54.26%
B = 42.09%

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

#0FDFAD (or 0x0FDFAD) is known color: Caribbean Green. HEX triplet: 0F, DF and AD. RGB value is (15,223,173). Sum of RGB (Red+Green+Blue) = 15+223+173=411 (54% of max value = 765). Red value is 15 (6.25% from 255 or 3.65% from 411); Green value is 223 (87.5% from 255 or 54.26% from 411); Blue value is 173 (67.97% from 255 or 42.09% from 411); Max value from RGB is 223 - color contains mainly: green. Hex color #0FDFAD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FDFAD is #F02052. Grayscale: #9B9B9B. Windows color (decimal): -15736915 or 11394831. OLE color: 11394831.

HSL color Cylindrical-coordinate representation of color #0FDFAD: hue angle of 165.58º 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 #0FDFAD is Cyan = 0.93, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 15 223 173 -
CMYK 0.93 0 0.22 0.13
HSL 165.58º 0.87% 0.47% -
HSV(B) 165.58º 0.93% 0.87% -
XYZ 34.13 55.89 48.53 -
YUV 155.11 138.09 28.07 -
System Red Green Blue C M Y K H S L
Decimal 15 223 173 0.93 0 0.22 0.13 165.58 0.87 0.47
Hex F DF AD 5D 0 16 D A6 57 2F
Octal 17 337 255 135 0 26 15 246 127 57
Binary 1111 11011111 10101101 1011101 0 10110 1101 10100110 1010111 101111

Color Harmonies of #0FDFAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FDFAD

Black with #0FDFAD

Text Example


Text Example

White with #0FDFAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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