Html Css Color HEX #0EDFB2 Caribbean Green

📋 copy color: '#0EDFB2'

red 14 ◦ green 223 ◦ blue 178

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

Shades of Caribbean Green #0EDFB2

Tints of Caribbean Green #0EDFB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 42.89%

R = 3.37%
G = 53.73%
B = 42.89%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#0EDFB2 (or 0x0EDFB2) is known color: Caribbean Green. HEX triplet: 0E, DF and B2. RGB value is (14,223,178). Sum of RGB (Red+Green+Blue) = 14+223+178=415 (54% of max value = 765). Red value is 14 (5.86% from 255 or 3.37% from 415); Green value is 223 (87.5% from 255 or 53.73% from 415); Blue value is 178 (69.92% from 255 or 42.89% from 415); Max value from RGB is 223 - color contains mainly: green. Hex color #0EDFB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EDFB2 is #F1204D. Grayscale: #9B9B9B. Windows color (decimal): -15802446 or 11722510. OLE color: 11722510.

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

Color convert

RGB 14 223 178 -
CMYK 0.94 0 0.20 0.13
HSL 167.08º 0.88% 0.46% -
HSV(B) 167.08º 0.94% 0.87% -
XYZ 34.6 56.08 51.12 -
YUV 155.38 140.76 27.16 -
System Red Green Blue C M Y K H S L
Decimal 14 223 178 0.94 0 0.20 0.13 167.08 0.88 0.46
Hex E DF B2 5E 0 14 D A7 58 2E
Octal 16 337 262 136 0 24 15 247 130 56
Binary 1110 11011111 10110010 1011110 0 10100 1101 10100111 1011000 101110

Color Harmonies of #0EDFB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EDFB2

Black with #0EDFB2

Text Example


Text Example

White with #0EDFB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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