Html Css Color HEX #0DC394 Caribbean Green

📋 copy color: '#0DC394'

red 13 ◦ green 195 ◦ blue 148

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

Shades of Caribbean Green #0DC394

Tints of Caribbean Green #0DC394

RGB

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

 GREEN value IS 195 (76.56% from 255) = 54.78%

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

R = 3.65%
G = 54.78%
B = 41.57%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#0DC394 (or 0x0DC394) is known color: Caribbean Green. HEX triplet: 0D, C3 and 94. RGB value is (13,195,148). Sum of RGB (Red+Green+Blue) = 13+195+148=356 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.65% from 356); Green value is 195 (76.56% from 255 or 54.78% from 356); Blue value is 148 (58.20% from 255 or 41.57% from 356); Max value from RGB is 195 - color contains mainly: green. Hex color #0DC394 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DC394 is #F23C6B. Grayscale: #878787. Windows color (decimal): -15875180 or 9749261. OLE color: 9749261.

HSL color Cylindrical-coordinate representation of color #0DC394: hue angle of 164.51º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC394 is Cyan = 0.93, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.

Color convert

RGB 13 195 148 -
CMYK 0.93 0 0.24 0.24
HSL 164.51º 0.88% 0.41% -
HSV(B) 164.51º 0.93% 0.76% -
XYZ 25.03 41.25 34.66 -
YUV 135.22 135.2 40.82 -
System Red Green Blue C M Y K H S L
Decimal 13 195 148 0.93 0 0.24 0.24 164.51 0.88 0.41
Hex D C3 94 5D 0 18 18 A5 58 29
Octal 15 303 224 135 0 30 30 245 130 51
Binary 1101 11000011 10010100 1011101 0 11000 11000 10100101 1011000 101001

Color Harmonies of #0DC394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC394

Black with #0DC394

Text Example


Text Example

White with #0DC394

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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