Html Css Color HEX #0ED7B4 Caribbean Green

📋 copy color: '#0ED7B4'

red 14 ◦ green 215 ◦ blue 180

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

Shades of Caribbean Green #0ED7B4

Tints of Caribbean Green #0ED7B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 44.01%

R = 3.42%
G = 52.57%
B = 44.01%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#0ED7B4 (or 0x0ED7B4) is known color: Caribbean Green. HEX triplet: 0E, D7 and B4. RGB value is (14,215,180). Sum of RGB (Red+Green+Blue) = 14+215+180=409 (54% of max value = 765). Red value is 14 (5.86% from 255 or 3.42% from 409); Green value is 215 (84.38% from 255 or 52.57% from 409); Blue value is 180 (70.70% from 255 or 44.01% from 409); Max value from RGB is 215 - color contains mainly: green. Hex color #0ED7B4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ED7B4 is #F1284B. Grayscale: #969696. Windows color (decimal): -15804492 or 11851534. OLE color: 11851534.

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

Color convert

RGB 14 215 180 -
CMYK 0.93 0 0.16 0.16
HSL 169.55º 0.88% 0.45% -
HSV(B) 169.55º 0.93% 0.84% -
XYZ 32.72 51.99 51.49 -
YUV 150.91 144.41 30.35 -
System Red Green Blue C M Y K H S L
Decimal 14 215 180 0.93 0 0.16 0.16 169.55 0.88 0.45
Hex E D7 B4 5D 0 10 10 AA 58 2D
Octal 16 327 264 135 0 20 20 252 130 55
Binary 1110 11010111 10110100 1011101 0 10000 10000 10101010 1011000 101101

Color Harmonies of #0ED7B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED7B4

Black with #0ED7B4

Text Example


Text Example

White with #0ED7B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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