Html Css Color HEX #0BD58A Caribbean Green

📋 copy color: '#0BD58A'

red 11 ◦ green 213 ◦ blue 138

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

Shades of Caribbean Green #0BD58A

Tints of Caribbean Green #0BD58A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 38.12%

R = 3.04%
G = 58.84%
B = 38.12%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#0BD58A (or 0x0BD58A) is known color: Caribbean Green. HEX triplet: 0B, D5 and 8A. RGB value is (11,213,138). Sum of RGB (Red+Green+Blue) = 11+213+138=362 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.04% from 362); Green value is 213 (83.59% from 255 or 58.84% from 362); Blue value is 138 (54.30% from 255 or 38.12% from 362); Max value from RGB is 213 - color contains mainly: green. Hex color #0BD58A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BD58A is #F42A75. Grayscale: #909090. Windows color (decimal): -16001654 or 9098507. OLE color: 9098507.

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

Color convert

RGB 11 213 138 -
CMYK 0.95 0 0.35 0.16
HSL 157.72º 0.9% 0.44% -
HSV(B) 157.72º 0.95% 0.84% -
XYZ 28.52 49.49 32.1 -
YUV 144.05 124.58 33.1 -
System Red Green Blue C M Y K H S L
Decimal 11 213 138 0.95 0 0.35 0.16 157.72 0.9 0.44
Hex B D5 8A 5F 0 23 10 9E 5A 2C
Octal 13 325 212 137 0 43 20 236 132 54
Binary 1011 11010101 10001010 1011111 0 100011 10000 10011110 1011010 101100

Color Harmonies of #0BD58A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BD58A

Black with #0BD58A

Text Example


Text Example

White with #0BD58A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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