Html Css Color HEX #0EDFA1 Caribbean Green

📋 copy color: '#0EDFA1'

red 14 ◦ green 223 ◦ blue 161

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

Shades of Caribbean Green #0EDFA1

Tints of Caribbean Green #0EDFA1

RGB

 RED value IS 14 (5.86% from 255) = 3.52%

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

 BLUE value IS 161 (63.28% from 255) = 40.45%

R = 3.52%
G = 56.03%
B = 40.45%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#0EDFA1 (or 0x0EDFA1) is known color: Caribbean Green. HEX triplet: 0E, DF and A1. RGB value is (14,223,161). Sum of RGB (Red+Green+Blue) = 14+223+161=398 (52% of max value = 765). Red value is 14 (5.86% from 255 or 3.52% from 398); Green value is 223 (87.5% from 255 or 56.03% from 398); Blue value is 161 (63.28% from 255 or 40.45% from 398); Max value from RGB is 223 - color contains mainly: green. Hex color #0EDFA1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EDFA1 is #F1205E. Grayscale: #999999. Windows color (decimal): -15802463 or 10608398. OLE color: 10608398.

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

Color convert

RGB 14 223 161 -
CMYK 0.94 0 0.28 0.13
HSL 162.2º 0.88% 0.46% -
HSV(B) 162.2º 0.94% 0.87% -
XYZ 33 55.44 42.68 -
YUV 153.44 132.26 28.54 -
System Red Green Blue C M Y K H S L
Decimal 14 223 161 0.94 0 0.28 0.13 162.2 0.88 0.46
Hex E DF A1 5E 0 1C D A2 58 2E
Octal 16 337 241 136 0 34 15 242 130 56
Binary 1110 11011111 10100001 1011110 0 11100 1101 10100010 1011000 101110

Color Harmonies of #0EDFA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EDFA1

Black with #0EDFA1

Text Example


Text Example

White with #0EDFA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,223,161); }

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

background-color css

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

 a { background-color: rgb(14,223,161); }

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

border-color css

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

 span { border-color: rgb(14,223,161); }

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