Html Css Color HEX #13DBB2 Caribbean Green

📋 copy color: '#13DBB2'

red 19 ◦ green 219 ◦ blue 178

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

Shades of Caribbean Green #13DBB2

Tints of Caribbean Green #13DBB2

RGB

 RED value IS 19 (7.81% from 255) = 4.57%

 GREEN value IS 219 (85.94% from 255) = 52.64%

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

R = 4.57%
G = 52.64%
B = 42.79%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#13DBB2 (or 0x13DBB2) is known color: Caribbean Green. HEX triplet: 13, DB and B2. RGB value is (19,219,178). Sum of RGB (Red+Green+Blue) = 19+219+178=416 (55% of max value = 765). Red value is 19 (7.81% from 255 or 4.57% from 416); Green value is 219 (85.94% from 255 or 52.64% from 416); Blue value is 178 (69.92% from 255 or 42.79% from 416); Max value from RGB is 219 - color contains mainly: green. Hex color #13DBB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13DBB2 is #EC244D. Grayscale: #9A9A9A. Windows color (decimal): -15475790 or 11721491. OLE color: 11721491.

HSL color Cylindrical-coordinate representation of color #13DBB2: hue angle of 167.7º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13DBB2 is Cyan = 0.91, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB 19 219 178 -
CMYK 0.91 0 0.19 0.14
HSL 167.7º 0.84% 0.47% -
HSV(B) 167.7º 0.91% 0.86% -
XYZ 33.64 54.02 50.77 -
YUV 154.53 141.24 31.33 -
System Red Green Blue C M Y K H S L
Decimal 19 219 178 0.91 0 0.19 0.14 167.7 0.84 0.47
Hex 13 DB B2 5B 0 13 E A8 54 2F
Octal 23 333 262 133 0 23 16 250 124 57
Binary 10011 11011011 10110010 1011011 0 10011 1110 10101000 1010100 101111

Color Harmonies of #13DBB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13DBB2

Black with #13DBB2

Text Example


Text Example

White with #13DBB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13DBB2; }

 p { color: rgb(19,219,178); }

 H1.HeaderClassName
 {
   color: #13DBB2;
 }
 .AnyTagClassName
 {
   color: #13DBB2;
 }
</style>

background-color css

<style>
 a { background-color: #13DBB2; }

 a { background-color: rgb(19,219,178); }

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

border-color css

<style>
 span { border-color: #13DBB2; }

 span { border-color: rgb(19,219,178); }

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