Html Css Color HEX #0ED7B2 Caribbean Green

📋 copy color: '#0ED7B2'

red 14 ◦ green 215 ◦ blue 178

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

Shades of Caribbean Green #0ED7B2

Tints of Caribbean Green #0ED7B2

RGB

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

 GREEN value IS 215 (84.38% from 255) = 52.83%

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

R = 3.44%
G = 52.83%
B = 43.73%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#0ED7B2 (or 0x0ED7B2) is known color: Caribbean Green. HEX triplet: 0E, D7 and B2. RGB value is (14,215,178). Sum of RGB (Red+Green+Blue) = 14+215+178=407 (53% of max value = 765). Red value is 14 (5.86% from 255 or 3.44% from 407); Green value is 215 (84.38% from 255 or 52.83% from 407); Blue value is 178 (69.92% from 255 or 43.73% from 407); Max value from RGB is 215 - color contains mainly: green. Hex color #0ED7B2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ED7B2 is #F1284D. Grayscale: #969696. Windows color (decimal): -15804494 or 11720462. OLE color: 11720462.

HSL color Cylindrical-coordinate representation of color #0ED7B2: hue angle of 168.96º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ED7B2 is Cyan = 0.93, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB 14 215 178 -
CMYK 0.93 0 0.17 0.16
HSL 168.96º 0.88% 0.45% -
HSV(B) 168.96º 0.93% 0.84% -
XYZ 32.52 51.91 50.43 -
YUV 150.68 143.41 30.51 -
System Red Green Blue C M Y K H S L
Decimal 14 215 178 0.93 0 0.17 0.16 168.96 0.88 0.45
Hex E D7 B2 5D 0 11 10 A9 58 2D
Octal 16 327 262 135 0 21 20 251 130 55
Binary 1110 11010111 10110010 1011101 0 10001 10000 10101001 1011000 101101

Color Harmonies of #0ED7B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED7B2

Black with #0ED7B2

Text Example


Text Example

White with #0ED7B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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