Html Css Color HEX #0BD582 Caribbean Green

📋 copy color: '#0BD582'

red 11 ◦ green 213 ◦ blue 130

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

Shades of Caribbean Green #0BD582

Tints of Caribbean Green #0BD582

RGB

 RED value IS 11 (4.69% from 255) = 3.11%

 GREEN value IS 213 (83.59% from 255) = 60.17%

 BLUE value IS 130 (51.17% from 255) = 36.72%

R = 3.11%
G = 60.17%
B = 36.72%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#0BD582 (or 0x0BD582) is known color: Caribbean Green. HEX triplet: 0B, D5 and 82. RGB value is (11,213,130). Sum of RGB (Red+Green+Blue) = 11+213+130=354 (46% of max value = 765). Red value is 11 (4.69% from 255 or 3.11% from 354); Green value is 213 (83.59% from 255 or 60.17% from 354); Blue value is 130 (51.17% from 255 or 36.72% from 354); Max value from RGB is 213 - color contains mainly: green. Hex color #0BD582 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BD582 is #F42A7D. Grayscale: #8F8F8F. Windows color (decimal): -16001662 or 8574219. OLE color: 8574219.

HSL color Cylindrical-coordinate representation of color #0BD582: hue angle of 155.35º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BD582 is Cyan = 0.95, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB 11 213 130 -
CMYK 0.95 0 0.39 0.16
HSL 155.35º 0.9% 0.44% -
HSV(B) 155.35º 0.95% 0.84% -
XYZ 27.96 49.27 29.16 -
YUV 143.14 120.58 33.75 -
System Red Green Blue C M Y K H S L
Decimal 11 213 130 0.95 0 0.39 0.16 155.35 0.9 0.44
Hex B D5 82 5F 0 27 10 9B 5A 2C
Octal 13 325 202 137 0 47 20 233 132 54
Binary 1011 11010101 10000010 1011111 0 100111 10000 10011011 1011010 101100

Color Harmonies of #0BD582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BD582

Black with #0BD582

Text Example


Text Example

White with #0BD582

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,213,130); }

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

background-color css

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

 a { background-color: rgb(11,213,130); }

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

border-color css

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

 span { border-color: rgb(11,213,130); }

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