Html Css Color HEX #0DD694 Caribbean Green

📋 copy color: '#0DD694'

red 13 ◦ green 214 ◦ blue 148

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

Shades of Caribbean Green #0DD694

Tints of Caribbean Green #0DD694

RGB

 RED value IS 13 (5.47% from 255) = 3.47%

 GREEN value IS 214 (83.98% from 255) = 57.07%

 BLUE value IS 148 (58.2% from 255) = 39.47%

R = 3.47%
G = 57.07%
B = 39.47%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#0DD694 (or 0x0DD694) is known color: Caribbean Green. HEX triplet: 0D, D6 and 94. RGB value is (13,214,148). Sum of RGB (Red+Green+Blue) = 13+214+148=375 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.47% from 375); Green value is 214 (83.98% from 255 or 57.07% from 375); Blue value is 148 (58.20% from 255 or 39.47% from 375); Max value from RGB is 214 - color contains mainly: green. Hex color #0DD694 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DD694 is #F2296B. Grayscale: #929292. Windows color (decimal): -15870316 or 9754125. OLE color: 9754125.

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

Color convert

RGB 13 214 148 -
CMYK 0.94 0 0.31 0.16
HSL 160.3º 0.89% 0.45% -
HSV(B) 160.3º 0.94% 0.84% -
XYZ 29.56 50.32 36.17 -
YUV 146.38 128.91 32.87 -
System Red Green Blue C M Y K H S L
Decimal 13 214 148 0.94 0 0.31 0.16 160.3 0.89 0.45
Hex D D6 94 5E 0 1F 10 A0 59 2D
Octal 15 326 224 136 0 37 20 240 131 55
Binary 1101 11010110 10010100 1011110 0 11111 10000 10100000 1011001 101101

Color Harmonies of #0DD694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DD694

Black with #0DD694

Text Example


Text Example

White with #0DD694

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,214,148); }

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

background-color css

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

 a { background-color: rgb(13,214,148); }

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

border-color css

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

 span { border-color: rgb(13,214,148); }

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