Html Css Color HEX #83CACA Bermuda

📋 copy color: '#83CACA'

red 131 ◦ green 202 ◦ blue 202

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

Shades of Bermuda #83CACA

Tints of Bermuda #83CACA

RGB

 RED value IS 131 (51.56% from 255) = 24.49%

 GREEN value IS 202 (79.3% from 255) = 37.76%

 BLUE value IS 202 (79.3% from 255) = 37.76%

R = 24.49%
G = 37.76%
B = 37.76%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#83CACA (or 0x83CACA) is known color: Bermuda. HEX triplet: 83, CA and CA. RGB value is (131,202,202). Sum of RGB (Red+Green+Blue) = 131+202+202=535 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.49% from 535); Green value is 202 (79.30% from 255 or 37.76% from 535); Blue value is 202 (79.30% from 255 or 37.76% from 535); Max value from RGB is 202 - color contains mainly: green, blue. Hex color #83CACA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83CACA is #7C3535. Grayscale: #B4B4B4. Windows color (decimal): -8140086 or 13290115. OLE color: 13290115.

HSL color Cylindrical-coordinate representation of color #83CACA: hue angle of 180º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #83CACA is Cyan = 0.35, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 131 202 202 -
CMYK 0.35 0 0 0.21
HSL 180º 0.4% 0.65% -
HSV(B) 180º 0.35% 0.79% -
XYZ 41.14 51.33 63.62 -
YUV 180.77 139.98 92.5 -
System Red Green Blue C M Y K H S L
Decimal 131 202 202 0.35 0 0 0.21 180 0.4 0.65
Hex 83 CA CA 23 0 0 15 B4 28 41
Octal 203 312 312 43 0 0 25 264 50 101
Binary 10000011 11001010 11001010 100011 0 0 10101 10110100 101000 1000001

Color Harmonies of #83CACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83CACA

Black with #83CACA

Text Example


Text Example

White with #83CACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83CACA; }

 p { color: rgb(131,202,202); }

 H1.HeaderClassName
 {
   color: #83CACA;
 }
 .AnyTagClassName
 {
   color: #83CACA;
 }
</style>

background-color css

<style>
 a { background-color: #83CACA; }

 a { background-color: rgb(131,202,202); }

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

border-color css

<style>
 span { border-color: #83CACA; }

 span { border-color: rgb(131,202,202); }

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